home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
bbs
/
ci342_000.lha
/
update.342
< prev
Wrap
Text File
|
1994-08-14
|
2KB
|
37 lines
3.42.P23 - P25
-- Fixed a minor bug in CONFG. If you attached a directory to the
first three rooms, it would remove it as an error.
-- Fixed a memory allocation bug in getenv replacement routine. The
routine was eating memory.
-- reformatted the .RS a little.
-- fixed a few minor nits in the code.
-- added some code for the XPR functions(still not done yet).
-- added code to collect monthly networking stats creating two
new files. Network_stats.sys which is created in the audit
area keeps track of the monthly traffic totals and when the
month changes, Network_log.sys will be created also in the
audit area. Network_stats.sys is binary, where Network_log.sys
is a text file with the month, input/output data amounts and
the total time spent networking.
-- fixed minor bug. The BADWORDS.SYS file was never closed. Also
the code never initialized the discard file properly.
The discard file was not being used for net messages or QWK messages
but only for messages posted on the current BBS. To make it
consistant, it will always use the same discard file for bad words.
-- Added code to open the console window if it is iconified and a
request for the window to be ReActivated occurs. This could be:
-- Sysop Call ^T
-- Chat Enabled and Chat Request
-- Sysop Edit session(well not very likey that you would do this!)
-- Added the code for BADUSER.SYS from 3.45. This allows you to specify
that certain names cannot be used as UserNames.
-- Fixed a bug in the QWK code that caused all uploads to go in to
the #HOMEAREA instead of the room intended.
-- Added a bit of code to reload the statistics for networking from
the last run. The information is displayed in the .RS. It would
have been reloaded once a net session occured, but this is cleaner.
Next on the agenda is Page length/Pausing, at le ast I am investigating
it...